I've been porting WebNotes to .NET Core, which has led to some tweaks and alterations here and there. I've also been studying JavaScript/HTML/CSS more, and that leads to changes. Some are breaking, for example, I altered my files to lead JS after HTML (supposed to get data on-screen faster). This caused a few self-invoking functions to fail becuase they were invoking before jQuery was loaded. No big deal, but it's been fun figuring out a little more in-depth how all this works.